.login-bg{
    background: url(images/Login-bg.jpg); 
    background-size: cover;   
    padding: 3% 0px;
}
body{
    font-family: 'Roboto', sans-serif;
}

.section-title {
    font-size: 30px;
    color: #53677a;
    font-weight: 300;
}
.tab-button{
    border-top: 1px solid #ccc;
}
.button-item{
    border-top: 10px solid #0000;
    margin-top: -6px;
    font-size: 20px;
    padding: 15px;
    font-size: 17px;
    font-weight: 500;
}
.button-item.tab-button-active{
    border-top: 10px solid #00afe4;
    color: #4796c8 ;
}
.custom-field {
    border: 1px solid #4796c8;
    border-radius: 3px;
    margin-bottom: 10px;
    min-height: 30px;
    padding-left: 50px !important;
    background: #fff;
}
.button-custom{
    width: 100%;
    background: #00afe4;
    border-radius: 3px;
    color: #fff;
    min-height: 50px;
    font-size: 19px;
    font-weight: 600;
}
.button-custom:hover{
    color: #fff;
}
.custom-field:focus {
    /* color: ; */
    background-color: #fff;
    border-color:#4796c8;
    outline: 0;
    box-shadow: none;
    
}
.solidbg{
    background: #00afe4;
    padding: 3px 6px;
    color: #fff;
}
.leftboredrline{
    position: relative;
}
.leftboredrline::after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    background-image: linear-gradient(#fff0, #fff, #fff0);
}
.footerfs{
    font-size: 14px;
}
.custom-field#name{
    padding-left: 20px;
    background-image: url(./images/usericon.png);
    background-size: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
}
.custom-field#password{
    padding-left: 20px;
    background-image: url(./images/passwordicon.png);
    background-size: 20px;
    background-position: 10px;
    background-repeat: no-repeat;
}
.custom-field::placeholder {
    color: #c0bcb9;
    font-size: 13px;
  }
  .passwordreset {
    font-size: 13px;
}
.Subscribelink {
    font-size: 14px;
}

.h-500{
    height: 650px;
   
}
.pakscontainer{
    position: absolute;
    top: 0px;
    right: 0px;  
}
.padding130{
    padding-top: 130px;
}
.selectiocn  {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: -20px auto 20px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    background: transparent;
    border: 1px solid #c0bcb9;
    color: #c0bcb9;
    background: #fff;
    position: relative;
    z-index: 11;
}

#index-3 .accordion-button {
    pointer-events: all;
}

.selected .selectiocn  {
    background: #00afe4;
    border: 1px solid #00afe4;
    color: #fff;
}
.pack-title{
    font-size: 20px;
}

.packitem{
    background: #fff;
    border-radius: 10px;
    /* border: 1px solid transparent; */
    padding-bottom: 30px;
    position: relative;
}
.packitem:hover::after{
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #c0bcb9;
    position: absolute;
    top: 0px;
    z-index: 10;
    pointer-events:none;
    border-radius: 10px;
}
.accordion-button{
    pointer-events:none;
}
.accordion-button.collapsed{
    pointer-events:all;
}
.packitem.selected:hover::after{
    display: none;
}
.packitem.selected{
    background: #fff;
    border-radius: 10px;
    border: 1px solid #00afe4;
    padding-bottom: 30px;
}
.packitem.selected:hover::after{
    display: none;
}
.buttonconteiner {
    padding: 0px 15px;
    margin: 30px 0px 25px 0px;
}
.packprice{
    border-radius: 5px;
    border: 1px solid #00afe4;
    text-align: center;
    line-height: 35px;
    margin-right: 5px;
    font-size: 15px;
    width: calc(50% - 5px);
}
.btn-subscribe {
    background: #00afe4;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
    text-align: center;
    line-height: 37px;
}
.btn-subscribe a{
    text-decoration: none;
    display: block;
}

.packaccoudion .accordion-button::after {
    position: absolute;
    left: 15px;
}
.packaccoudion .accordion-button {
    padding-left: 50px;
    background: #31aedb;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 15px;
}
.packaccoudion .accordion-button:hover, .packaccoudion .accordion-button:focus {
    z-index: 0;
    box-shadow: none;
}
.packaccoudion .accordion-button::after{
    background-image: url(./images/plusicon.png);
    background-size: 0.6rem;
    background-position: center;
}
.packaccoudion .accordion-button:not(.collapsed)::after{
    background-image: url(./images/minusicon.png);
}

.index5{
    z-index: 10;
}
.activetickmark{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #31aedb;
    line-height: 23px;
    color: #fff;
    font-size: 12px;

}
.addicon{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: transparent;
    line-height: 19px;
    color: #31aedb;
    border: 1.5px solid #31aedb;
    font-size: 10px;
}
.accordion-body{
    padding: 0px;
    overflow: hidden;
}
.feturestitle{
    line-height: 40px;
    padding-left: 60px;
    font-weight: 400;
    font-size: 15px;
}
.Odd{

    background: #f5fafc;
}
.Even{
    background: #fff;
}

.ssubbg{
    background: #4c697c;
    color: #31aedb;
}
.bw{
   /*border: 1px solid #fff !important;*/
   background-color: #fff;
}

/* .Odd .Odd{
    background: #f5fafc;
}
.Odd .Even{
    background: #fff;
} */
.pack-header {
    padding-bottom: 7.5px;
   
}

.colpacktitle{
    padding: 60px 0px;
    font-size: 30px;
    text-align: center;
    color: #31aedb;
    font-weight: 400;
    margin-top: 1px;
}
.accordion-header{
    min-height: 45px;
    background: #31aedb;
    border-bottom: 1px solid #fff;
}

.packitem.selected .accordion-collapse::before{
    min-height: 48px;
    width: 100%;
    content: "";
    display: block;
    background: #fff;
}
.packitem .accordion-collapse::before{
    min-height: 48px;
    width: 100%;
    content: "";
    display: block;
    background: #31aedb;
}
.packitem:hover .accordion-collapse::before{
    border: none;
}
.accordion-header:hover ~ .Even { background-color: orangered; font-size: 1.5em; }
.accordion-item{
    border: none;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px; 
     border-top-right-radius: 0px;
}
.packitem .accordion-item{
    min-height: 48px;
    background: #31aedb;
    border-bottom: 1px solid #fff;
}
.packitem.selected  .accordion-item{
    min-height: 48px;
    background: #f5fafc;
    border-bottom: 1px solid #fff;
}

.packitem.selected  .accordion-item:nth-child(odd) {
    background: #fff;
  }
 
.packfetureslist{
    list-style: none;
    margin-bottom: 0px;
    padding-left: 0px;

}
.packfetureslist li {
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    min-height: 45px;
    padding-left: 50px;
}
.packitem .packfetureslist{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.packitem .packfetureslist li {
    padding: 10px 0px;
    line-height: 25px;
}
.marginminus{
    margin-left: -72px;
    margin-right: 10px;
}
.infoicon {
    width: 20px;
    height: 20px;
    border: 1px solid #0dcaf0;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    z-index: 100;
}
.infoicon a {
    display: block;
    line-height: 19px;
    text-decoration: none;
    color: #14a1f9;
}
.tooltip {
    display: block !important;
    position: relative;
}
.tooltip .tooltip-inner {
    background: #fff;
    color: #4c697c;
    border: 1px solid #0dcaf0;
    font-size: 12px;
    padding: 8px 8px;
  }
  .tooltip .arrow {
    width: 11px!important;
    height: 11px!important;
    border: 2px solid #0dcaf0;
    bottom: 1px;
  }
  .tooltip .arrow:before {
    width: 11px;
    height: 11px;
    background: #fff !important;
    border: 0;
  }
  .tooltip.bs-tooltip-top .arrow {
    transform: rotate(-135deg);
  }
  .tooltip.bs-tooltip-bottom .arrow {
    transform: rotate(135deg);
    top: 2px;
  }

  .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #0dcaf0;
}

.infoicon::after{
    content: "!";
    position: absolute;
    top: 0px;
    line-height: 19px;
    left: 7px;
    font-weight: bold;
    color: #027ebc;
}
.tooltip.show{
    opacity: 1;
}
  #tooltip {
    position: relative;
    color: #66CCFF;
}
.tooltip-inner {
    background: #66CCFF;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #66CCFF; 
}
.tooltip.right .tooltip-arrow { 
    border-right-color: #66CCFF; 
}
.tooltip.bottom .tooltip-arrow { 
    border-bottom-color: #66CCFF; 
}
.tooltip.left .tooltip-arrow { 
    border-left-color: #66CCFF; 
}
.packitem .accordion-item:first-of-type, .packitem .accordion-item:last-of-type{
    border-radius: 0px;
}

.navbar-brand {
    width: 180px;
    background: #fff;
    text-align: center;
    margin-right: 15px;
}
.navbar-brand img{
    width: 150px;
    margin: 0px auto;
}
.nav-item{
    padding: 0px 5px;
}
a.nav-link, .navbar-light .navbar-nav .nav-link {
    color: #525461;
    font-size: 14px;
    text-decoration: none;
    line-height: 48px;
    display: block;
    transition: .35s;
    position: relative;
    letter-spacing: -.002em;
    font-weight: 400;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active{
    color: #00afe4;
}
.banner-text{
    background: url(images/banner-dots.png) no-repeat top left;
    background-size: 90px;
    color: #4c697c;
    padding-left: 140px;
}
.banner-text h1{
    font-weight: 100;
    font-size: 35pt;
    margin-bottom: 20px;
}
.banner-text h1 strong{
    font-weight: 500;
}
.banner-text p{
    font-size: 14pt;
    font-weight: 300;
}


.sectiontitle{
    font-size: 25pt;
    color: #4c697c;
    line-height: 40px;
    font-weight: 300;
}
.sectiontitle strong, .banner-text p strong, .sectioncontent strong{
    font-weight: 500;
}
strong{
    font-weight: 500;
}
.sectioncontent{
    color: #4c697c;
    font-weight: 300;
    font-size: 14pt;
}
.tabtitle{
    color: #4c697c;
    font-weight: 500;
    font-size: 14pt;
    line-height: 20px;
    padding-top: 10px;
    cursor: pointer;
}
.tabnav .active .tabtitle{
    color: #00afe4;
}
#section1 .tabnav .tabtitle{
    padding-bottom: 10px;
    border-bottom: 1px solid #c8deec;
    font-size: 16pt;
    font-weight: 300;
}
#section1 .tabnav .active .tabtitle{
    color: #4c697c;
    border-bottom: 3px solid #00afe4;
    margin-top: -1px;
}
#section1 .accodianbtn{
width: 150px;
}
.fs{
    font-size: 16px;
}
.tabtitle span{
    font-weight: 300;
}
.mh3{
    min-height: 300px;
}

.tab-pane{
    color: #4c697c;
    font-size: 14pt;
    font-weight: 400;
}
#index, #index2, #section1, #about-container{
    background-color: #f9f9f9; /* For browsers that do not support gradients */
  background: linear-gradient(#fff, #f9f9f9);
}
#index2 {
    
    background-image: url(images/Loops.png);
    background-size: 99%;
    background-repeat: no-repeat;
    background-position: center 275px;
    position: relative;
    
}
#index2::before{
    background: linear-gradient(#fff, #f9f9f9);
    content: "";
    display: block;
    height: 200px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    z-index: -1;
}
.subtitle{
    font-size: 14pt;
    color: #4c697c;
    font-weight: 300;
}

.subtitle a{
   text-decoration: none;
}
.subtitle span {
    background: #00afe4;
    color: #fff;
    padding: 7px 15px;
    border-radius: 5px;
}
.subtitle span strong{
    font-weight: 500;
}
.colTitle{
    font-size: 20px;
    color: #4c697c;
    font-weight: 300;
}
.colTitle a{
    color: #4c697c;
    text-decoration: none;
}
.colTitle strong{
    font-weight: 500;
}
.colItem {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    /*min-height: 488px;*/
    min-height: 530px;
}
.Itemplanicon {
    min-height: 100px;
}
.plandiscription {
    font-size: 14px;
    color: #00afe4;
    min-height: 80px;
    padding: 0px 3px;
}
.plan-features ul li.smalltext{
    color: #66CCFF;
    font-size: 13px;
}
.planperyear {
    font-size: 12px;
    color: #00afe4;
    /*min-height: 80px;*/
    padding: 0px 15px;
}
.plan-features ul{
    list-style: none;
    padding-top: 15px;
    min-height: 200px;
}
.plan-features ul li{
    font-size: 14px;
    color: #4c697c;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    padding-left: 10px;
}
.subscribetext{
    font-size: 14px;
    color: #00afe4;
    text-align: center;
    
}
.listicon::before{
    content: "";
    width: 30px;
    height: 30px;
    background: #66CCFF;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 5px;
}
.fileicon::before{
    background: url(images/file.png) no-repeat center;
    background-size: contain;
}
.noteicon::before{
    background: url(images/note.png) no-repeat center;
    background-size: contain;
}
.noteediticon::before{
    background: url(images/noteedit.png) no-repeat center;
    background-size: contain;
}
.multiplenotes::before{
    background: url(images/multiplenotes.png) no-repeat center;
    background-size: contain;
}
.eyeicon::before{
    background: url(images/eye.png) no-repeat center;
    background-size: contain;
}
.planpricedetails {
    text-align: center;
    padding: 10px;
    color: #4c697c;
    font-size: 10pt;
}
.planpricedetails span{
    background: #f4f4f4;
    padding: 5px;
    border-radius: 5px;
}
.plan-features ul li.smalltext{
    color: #66CCFF;
    font-size: 13px;
}
.carousel-item{
    width: 100%;
    min-height: 100%;
    
}
.comparebtn{
color: #fff;
text-decoration: none;
}

.comparebtn:hover{
color: #fff;
text-decoration: none;
}

.paakage-carousel-item{
    background: #00afe4;
    padding: 10%;
    color: #fff !important;
    min-height: 300px;
}
.caption-title {
    color: #4c697c;
    font-size: 30px;
    font-weight: 300;
}
.caption-title a{
    color: #4c697c;
    text-decoration: none;
}
.caption-title strong{
    font-weight: 500;
}
.carousel-caption{
    position: relative;
    width: calc(100% - 30%);

}
.carouselitemprice {
    font-size: 30px;
    font-weight: 300;
}
.carouselitemprice span{
    font-size: 10rem;
    line-height: 7rem;
    font-weight: 900;
}
.carouselitemvat {
    display: block;
    margin-bottom: 30px;
}
.paakage-carousel-item p{
    font-size: 16pt;
    font-weight: 200;
    text-align: left;
    line-height: 24px;
    min-height: 125px;

}
.carouselitembtn, .carouselitembtnfree {
    position: absolute;
    border: 1px solid #fff;
    padding: 5px 15px;
    border-radius: 5px;
    right: 0px;
}
.carouselitembtnfree{
    left: 0px;
    width: fit-content;
}
.loopstrybtn{
    display: block;
    color: #fff;
    text-decoration: none;
}
.loopsfreetooltip{
    position: absolute;
    width: 100px;
    top: -100%;
    color: #00afe4;
    border-radius: 5px;
    line-height: 25px;
    border: 1px solid #a0ebde;
    font-size: 13px;
    left: 10px;
    background: #fff;
    display: none;
}
.loopsfreetooltip::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    display: block;
    position: absolute;
    left: 50%;
    transform: rotate(45deg);
    bottom: -4px;
}
.loopstrybtn:hover{
    color: #fff;
}
.loopstrybtn:hover + .loopsfreetooltip{
    display: block;
}
.btncontainer{
    position: relative;
    height: 35px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
    background: #4c697c;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 50%;
    opacity: 1;
}
.carousel-dark  .carousel-indicators .active {
    background: #00afe4;
    width: 50px;
    border-radius: 15px;
}


.indexpage .accordion-button:not(.collapsed)::after {
    background-image: url(./images/minusicon-g.png);
}
.indexpage .accordion-button::after {
    background-image: url(./images/plusicon-g.png);
    background-size: 0.6rem;
    background-position: center;
}
.indexpage .accordion-button::after {
    position: absolute;
    left: 15px;
}
.indexpage .accordion-button {
    padding-left: 50px;
    background: transparent;
    color: #00afe4;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 10px;
    box-shadow: none;
    font-size: 20px;
}
.indexpage .accordion-header{
    background: transparent;
}
.indexpage .accordion-item{
    margin-bottom: 9px;
}
.indexpage .accordion-body{
    font-size: 2px;
}
.indexpage .accordion-body {
    font-size: 16px;
    padding-left: 50px;
    color: #4c697c;
    font-weight: 300;
    padding-bottom: 30px;
}
.accodianbtn {
    background: #fff;
    box-shadow: 1px 1px 12px 5px #edecec;
    width: 115px;
    /* padding: 10px; */
    margin-top: 20px;
    color: #00afe4;
    font-weight: 400;
}
.accodianbtn a{
    display: block;
    padding: 10px;
}
footer {
    /*background: #f6f6f6;
    color: #4c697c;*/
    background: #4c697c;
    color: #fff;
}
.footertitle {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}
.footer-nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.footer-nav ul li a{
    font-size: 14px;
    /*color: #4c697c;*/
    color: #fff;
    text-decoration: none;
} 
input#email, input#f-name, input#l-name, input#mobile {
    height: 36px;
    margin-bottom: 10px;
    border-radius: 3px;
}
.submit-btn{
    width: 100%;
    background: #00afe4;
    height: 40px;
    border-radius: 5px;
    border: none;
}
.submit-btn:hover, .btntryfree:hover{
    background: #4c697c;
}
.socialicons{
    margin-top: 1rem;
    list-style: none;
}
.socialicons li{
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 4px 4px;
}
.boredrtop{
    border-top: 1px solid #718999;
}
.loginbtn{
    text-decoration: none;
    color: #4c697c;
    padding: 20px;
}
.loginbtn:hover{
    color: #00afe4;
}
.skipbtn{
    text-decoration: none;
    color: #4c697c;
    padding: 0 38px;
}
.skipbtn:hover{
    color: #00afe4;
}

.findbtn{
    text-decoration: none;
    color: #00afe4;
    /*padding: 20px;*/
}
.findbtn:hover{
    color: #4c697c;
}

.btntryfree{
    background: #00afe4;
    border: none;
}
nav.navbar.navbar-expand-lg.navbar-light.bg-light.p-0{
    background: #f6f6f8 !important;
}
section#subpagebanner {
    padding: 60px 175px;
    /*background: #fdfdfd;*/
    background-image: url(images/inland-BG.png);
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 500;
    color: #00afe4;
}



.downloadtext{
    font-size: 30pt;
    color: #4c697c;
    font-weight: 500;
    line-height: 40px;
}
.looptext{
    color: #00afe4;
    font-weight: 300;
    font-size: 30pt;
}
.looptext strong{
    font-weight: 500;
}
.downloaddiscription{
    font-size: 24pt;
    font-weight: 300;
    color: #4c697c;
}
.dotss::before {
    content: "";
    background: url(images/banner-dots.png);
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 7%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .5;
}
.dots::after{
    content: "";
    background: url(images/banner-dots.png);
    display: inline-block;
    width: 100px;
    height: 100px;
    margin-top: 27%;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    opacity: .5;
    right: 0px;
}
.nav-tabs{
    border: none;
}
.packageitem {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px;
    padding: 0px;
    overflow: hidden;
    /*min-height: 307px;*/
}
.packagetitle {
    font-size: 14pt;
    font-weight: 300;
    color: #000;
}
/* .packagelink {
    text-align: left;
    margin: 0px;
    padding: 15px;
    width: 100%;
    border: 1px solid #e2e2e2 !important;
    border-radius: 10px;
    
} */
.packageitem:hover{
    border: 1px solid #00afe4 !important;
}
.packageitem:hover .packagelink{
    background: #fff;
}
.packagelink {
    text-align: left;
    margin: 0px;
    padding: 15px;
    width: 100%;
    min-height: 207px;
    border: none !important;
    background: #fcfcfc;
}
.packagelink:hover {
    border: none !important;
}
/* .packagelink.active{
    border: 1px solid #00afe4 !important;
    background: #f5fafc !important;
    position:  relative;
} */
.pricetitle {
    background: #00afe4;
    color: #fff;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 5px;
    font-size: 14px;

}
.price1 {
    border: 1px solid #00afe4;
    line-height: 30px;
    padding-left: 20px;
    padding-top: 2px;
    border-radius: 5px;
    margin-top: -6px;
    background: #fff;
    font-size: 10pt;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.priceamount{
    font-size: 14pt;
}
.grytext{
    font-size: 9pt;
    font-weight: 300;
    color: #717171;
}

.packegedetails ul li {
    list-style: none; 
    position: relative;
    color: #4c697c;
    font-size: 10pt;
    font-weight: 300;
  }
  
  .packegedetails ul li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00afe4;
    display: inline-block;
    position: absolute;
    left: -17px;
    top: 6px;
  }
  .page-content{
    border: 1px solid #00afe4;
    border-radius: 10px;
    padding: 15px;
  }
  .price2 {
    text-align: right;
    font-size: 14pt;
    font-weight: 500;
    color: #4c697c;
}
.sbutton {
    background: #00afe4;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    width: fit-content;
    padding: 5px 15px;
    float: right;
}
.tabtitile{
    font-weight: 300;
    color: #4c697c;
}
.tabtitile::before{
    content: "+";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1.5px solid #4c697c;
    color: #00afe4;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    font-size: 30px;
    margin-right: 15px;
}



.addonservices .accordion-button:not(.collapsed){
    background: #eff6f9;
    box-shadow: none;
}
.addonservices .accordion-collapse.collapse.show{
    background: #eff6f9;
    padding: 15px;
    padding-top: 0px;
}
.addonservices {
    /* max-height: 610px; */
    overflow-y: auto;
}
.addonservices .accordion-body {
    background: #fff;
    padding: 15px;
}
.addonservices .accordion-header{
    border: none;
}

.addonservices .accordion-button{
    pointer-events:all;
    color: #4c697c !important;
}
.addonservices .accordion-body li{
    font-size: 13pt;
    color: #4c697c;
    list-style: none;
    position: relative;
}

.addonservices .accordion-body li::before{
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00afe4;
    display: inline-block;
    position: absolute;
    left: -17px;
    top: 6px;
}

.addonservicescheckbox {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #4c697c;
    font-weight: 400;
  }
/* Hide the browser's default checkbox */
.addonservicescheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .addonsaccodian li{
      list-style: none;
      position: relative;
      padding-left: 20px;
  }
  .addonsaccodian li::before{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00afe4;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0px;
    top: calc(50% - 4px);
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #4c697c
  }
  
  /* On mouse-over, add a grey background color */
  .addonservicescheckbox:hover input ~ .checkmark {
    background-color: #fff;
  }
  
  /* When the checkbox is checked, add a blue background */
  .addonservicescheckbox input:checked ~ .checkmark {
    background-color: #00afe4;
    border: none;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .addonservicescheckbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .addonservicescheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .addonservices .accordion-button::after{
       display:none;
  }
  /* .addonserviceprice{
      padding-right: 20px;
  } */
  /* .addonserviceprice::after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(images/arrow.png) no-repeat;
    display: inline-block;
    margin-left: 9px;
    background-position: bottom;
} */
  /* .packagelink.active::after{
    width: 50px;
    height: 50px;
    content: "";
    background: url(images/tickmark.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: -25px;
    top: 10px;
  } */
  /*.righttabs  .packagelink.active::after{
      left: -25px;
  }*/
  .tab-pane.active{
      position: relative;
  }
  #loopsTRY.active::before{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow.png) no-repeat center;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 60px;
    background-size: contain;
  }
  #loopsLIMIT.active::before{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow.png) no-repeat center;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 410px;
    background-size: contain;
  }

  #loopsQUOTE.active::before{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow.png) no-repeat center;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 230px;
    background-size: contain;
  }

  #loopsINVOICE.active::after{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow1.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 60px;
    background-size: contain;
  }
  #loopsROUTINE.active::before{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow.png) no-repeat center;
    display: inline-block;
    position: absolute;
    left: -28px;
    top: 610px;
    background-size: contain;
  }

  #loopsFINITE.active::after{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow1.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 240px;
    background-size: contain;
  }

  #loopsCOSMIC.active::after{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow1.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 455px;
    background-size: contain;
  }

  #loopsINFINITE.active::after{
    width: 12px;
    height: 30px;
    content: "";
    background: url(images/tabarrow1.png) no-repeat center;
    display: inline-block;
    position: absolute;
    right: -28px;
    top: 640px;
    background-size: contain;
  }


  .desable{
      pointer-events: none;
  }
.desable .packagetitle, .desable .packegedetails ul li{
    color: #ccc;
}
.desable .pricetitle,
.desable .packegedetails ul li::before{
    background: #ccc;
}
.desable .price1{
    border: 1px solid #ccc;
    color: #ccc;
}
#policy-container .accordion-header{
    background: transparent;
}
#policy-container button.accordion-button.collapsed {
    background: #f5fafc;
    margin-bottom: 5px;
}
#policy-container .accordion-button:not(.collapsed){
    background: #00afe4;
    color: #fff;
}
#policy-container .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(images/cercle-arrow1.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
#about-container p{
    font-weight: 300;
}
.aboutsubtitle, #about-container p strong{
    font-weight: 500;
}

#policy-container .accordion-button:not(.collapsed)::after {
    background-image: url(images/cercle-arrow.png);
    transform: rotate(0deg);
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    font-weight: 300;
}
.modal-title {
    font-weight: 300;
}
#aboutslider{
    background: #fff;
    font-weight: 300;
}
.carousel-image {
    padding: 15px;
    background: #f6f6f8;
    z-index: 999;
    position: relative;
}
#aboutmessage .carousel-title {
    font-size: 21pt;
}
#aboutmessage .carousel-message{
    font-size: 16pt;
}
#aboutmessage .carousel-name{
    font-size: 14pt;
    color: #c0c5cb;
}
.carouser-button-wrapper{
    position: relative;
    background: #f6f6f8;
    margin-top: -50px;
    padding-bottom: 50px !important;
    min-height: 100px;
}
.carouser-button-wrapper .carousel-control-next, 
.carouser-button-wrapper .carousel-control-prev{
    position: relative;
    float: left;
    background: #fff;
    border-radius: 50%;
    margin: 0px 5px;
    opacity: 1;
    max-width: 30px;
}
.carouser-button-wrapper .carousel-control-next-icon, 
.carouser-button-wrapper .carousel-control-prev-icon {
    display: inline-block;
    width: 1.2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
}
.carousel-name img{
    max-height: 30px;
}
.pakageitemfooter{
    padding: 15px;
    background: #fff;
}
.pakageitemfooter .sbutton {
    background: #00afe4;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: fit-content;
    padding: 10px 15px;
    float: left;
    font-weight: bolder;
}
.pakageitemfooter .sbutton a{
    display: block;
    color: #fff;
    text-decoration: none;
}
.pakageitemfooter .addonservicebtn{
    color: #00afe4;
    font-size: 13px;
    line-height: 37px;
}
.pakageitemfooter .addonservicebtn a{
    display: block;
    color: #00afe4;
    text-decoration: none;
}
/* .addonservices .accordion-button{
    padding: 0px;
} */

.addoncounter{
    background: #eff6f9;
    height: 28px;
}

.erpicon{
    width: 76px;
}

.accordion-arrow{
    width: 20px;
}
.addoncounter input {
    height: 28px;
    text-align: center;
    border: 1px solid #00afe4;
    padding: 0px;
}
.addoncounter span{
    text-align: center;
    font-size: 20px;
}
.addonserviceprice{
    font-size: 15px;
    /* text-align: right; */
    font-weight: 400;
    color: #6c757d;
}
#pricelist .tabnav .tabtitle {
    padding-bottom: 10px;
    border-bottom: 1px solid #c8deec;
    font-size: 16pt;
    font-weight: 300;
}
#pricelist .tabnav .active .tabtitle {
    color: #4c697c;
    border-bottom: 3px solid #00afe4;
    margin-top: -1px;
}
.addonsaccodionheader{
    border-bottom: 1px solid #e5f3f9;
    line-height: 34px;
    padding: 10px 0px;
}
.accordion-item:last-child .addonsaccodionheader{
    border-bottom: none;
}

.addonsaccodian .accordion-body{
    background: #eff6f9;
    padding: 20px 15px;
    color: #4c697c;
    font-size: 15px;
    line-height: 25px;
}
.cautionnote{
    background: #d2f0f9;
    padding: 10px;
    font-size: 15px;
    color: #4c697c;
    border-radius: 5px;
}
.cautionnote .icon{
    color: #fff;
    background: #00afe4;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    margin-right: 15px;
    font-weight: bolder;
    font-size: 20px;
}
.addcounter, .minuscounter{
    cursor: pointer;
    border-top: 6px solid #fff;
    border-bottom: 5px solid #fff;
    line-height: 20px;
    margin-top: -2px;
    color: #4c697c;
    font-weight: 400;
    font-size: 16px;
}
.packagebox {
    box-shadow: 0px 0px 10px #e8e8e8;
    /* margin-top: 50px; */
    border-radius: 10px;
    padding: 30px;
}
.pakageheadre1 .pakagename{
    font-size: 22pt;
    color: #4c697c;
}
 .row.addonitem{
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5f3f9;
}
.selectedaddons .addonitem:last-child{
    border-bottom: none;
}
.addonitemlabel, .addonitemprice {
    font-size: 15px;
    color: #4c697c;
    line-height: 28px;
}
.addonitemqounte .addoncounter{
    width: 50px;
    margin: 0px auto;
}
.addonitemqounte .addoncounter input {
    height: 25px;
    text-align: center;
    border: 1px solid #00afe4;
    padding: 0px;
    width: 25px;
    background: #fff;
    font-size: 14px;
}
.addonitemddelete img {
    max-width: 17px;
}
.addontotelprice .totelprice{
    font-size: 30pt;
    color: #00afe4;
}
.addontotelprice .totelprice strong {
    font-size: 39pt;
    line-height: 22px;
}
.addontotelprice .vatrate{
    font-size: 15px;
    color: #4c697c;
}
.addonbutonsubscribe {
    width: fit-content;
    padding: 10px 20px;
    background: #00afe4;
    margin: 0px auto;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 21px;
    font-size: 16px;
}
.addonbutonsubscribe a{
    text-decoration: none;
    display: block;
}
.ERP-accodianbtn.collapsed::after{
    content: "+ more details";
    font-size: 14pt;
    margin-bottom: 15px;
    color: #00afe4;
    font-weight: 300;
}
.ERP-accodianbtn::after{
    content: "- hide details";
    font-size: 14pt;
    margin-bottom: 15px;
    color: #00afe4;
    font-weight: 300;
}
.paytab {
    width: 120px;
    height: 40px;
    margin: 5px;
    background: #00afe4;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin:10px 0px;
    position: relative;
}
.paytab::after {
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background: #00afe4;
    position: absolute;
    right: -7px;
    top: 10px;
    transform: rotate(45deg);
}
.packpaytab {
    width: 132px;
    height: 40px;
    margin: 5px;
    background: #4c697c;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    margin:10px auto;
    position: relative;
}
.active .packpaytab::after{
    width: 15px;
    height: 15px;
    content: "";
    display: inline-block;
    background: #4c697c;
    position: absolute;
    right: 45%;
    bottom: -7px;
    transform: rotate(45deg)
}
@media screen and ( min-height: 810px )
{
    .login-bg{
        padding: 10% 0px;
    }
}
@media screen and ( max-width: 1410px ){
.packprice, .btn-subscribe{
    flex: 0 0 auto;
    width: 100% !important;
    margin-bottom: 5px;
}
.colpacktitle {
    padding:82px 0px;  
}

}
@media screen and ( max-width: 820px ){
  
    .colpacktitle {
        padding: 71px 0px;  
    }
    
    }
@media screen and (max-width: 1024px) {
   .mobilecontainer .container-fluid{
       width: 1024px;
       height: 100vh;
       margin-top:  50px;
   }
   .mobilecontainer{
       width: 100%;
       overflow: scroll;
   }
   .banner-text h1 {
        font-size: 43px;
    }
    .banner-text p {
        font-size: 13px;
    }
    section#subpagebanner {
        padding: 40px 0px;
        font-size: 25px;
        margin-bottom: 20px;
    }
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
    
}
@media (min-width: 768px){
    .modal-dialog {
        max-width: 650px;
        margin: 1.75rem auto;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    #downloadapp .container{
        max-width: 100%;
    }
    .downloadtext{
        font-size: 20pt;
        line-height: 25px;
    }
    .looptext {
        font-size: 20pt;
    }
    .downloaddiscription {
        font-size: 20pt;
        line-height: normal;
    }
}
@media screen and (max-width: 820px) {
    .leftboredrline::after{
        display: none;
    }

    .packfetureslist li {
        font-size: 13px;
    }
    .sectiontitle{
        font-size: 35px;
    }
    .sectioncontent {
        color: #4c697c;
        font-weight: 400;
        font-size: 12px;
    }
    .tabtitle{
        text-align: center;
    }
    .navbar-light .navbar-toggler {
        margin-right: 20px;
    }

    .navbar-collapse {
        background-image: linear-gradient(to right, #FFF 53.5%, #f6f6f8 50%);
        padding-left: 60%;
    }
    a.nav-link, .navbar-light .navbar-nav .nav-link {
        line-height: 20px;
    }
    .loginbtn {
        padding-left: 5px;
        display: block;
        padding-bottom: 10px;
    }
    .rigt-btn.ms-auto.mr-5{
        margin-bottom: 15px;
    }
    .buttonconteiner {
        padding: 0px 15px;
        margin: 30px 0px 0px 0px;
    }
  
}
@media (max-width: 768px){
    .carouser-button-wrapper{
        margin-top: 0px !important;
    }
    .sectiontitle {
        font-size: 28px;
    }
}
@media screen and (max-width: 575px) {
    .section-title{
        font-size: 25px;
    }
    .leftboredrline::after{
        display: none;
    }
    .login-bg {
        background-size: auto;
    }
    .navbar-brand {
        width: 200px;
    }
    .banner-text{
        padding-left: 0px;
        padding-top: 80px;
        background-size: 55px;
        background-position: 35px 10px;
        margin-bottom: 30px;
    }
    .banner-text h1 {
        font-size: 30px;
        margin-left: 30px;
    }
    .banner-text p {
        font-size: 16px;
        width: 80%;
        margin: 0px auto;
    }
    .navbar-toggler{
        margin-right: 15px;
    }
    .tabtitle{
        text-align: left !important;
    }
    #pricelist .tabnav .tabtitle{
        text-align: center !important;
    }
    section#subpagebanner {
        padding: 30px 0px;
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
    #index2 {
        background-position: center 130px;
    }
    .carousel-caption{
        width: 100%;
        left: 0px;
        right: 0px;
    }
    span.mobtext {
        font-size: 30px;
        font-weight: 300;
        line-height: normal;
        display: inline-block;
        text-align: left;
    }
    .carouselitemvat {
        display: block;
        margin-bottom: 30px;
        width: 60%;
    }
    .carousel.pointer-event {
        margin-top: 50px;
    }
    .downloadtext {
        font-size: 18pt;
        color: #4c697c;
        font-weight: 300;
        line-height: 30px;
        padding-left: 110px;
    }
    .looptext {
        color: #00afe4;
        font-weight: 300;
        font-size: 21pt;
        margin-left: 110px;
    }
    .downloaddiscription {
        font-size: 12pt;
        font-weight: 300;
        color: #4c697c;
        padding-left: 110px;
    }
    .dotss::before {
        margin-top: 15%;
        background-size: 80px;
    }
    .downloadbuttons {
        width: 50%;
        margin-left: 110px;
    }
    .downloadbuttons img{
        margin-bottom: 10px;
    }
    .dots img {
        width: 230px;
    }
    .socialiconconteiner, .Copyrighttext{
        text-align: center;
    }
    .Copyrighttext{
        margin-bottom: 15px;
    }
    .navbar-collapse {
        background-image: linear-gradient(to right, #FFF 200px, #f6f6f8 50%);
        padding-left: 60%;
    }
    a.nav-link, .navbar-light .navbar-nav .nav-link {
        line-height: 20px;
    }
    .loginbtn {
        padding-left: 5px;
        display: block;
        padding-bottom: 10px;
    }
    .rigt-btn.ms-auto.mr-5{
        margin-bottom: 15px;
    }
    #section1 .tabnav .tabtitle {
        padding-bottom: 10px;
        border-bottom: 1px solid #d9e8f2    ;
        font-size: 16pt;
        font-weight: 300;
        width: 88%;
        margin-left: 13px;
        margin-bottom: 15px;
    }
    #index, #index2, #section1 {
        padding: 0px 5%;
    }
    .sectiontitle {
        font-size: 30px;
    }
    .sectioncontent{
        font-size: 16px;
    }
    .col-12.text-left.d-block.d-sm-none.mb-5{
        font-weight: 300;
        font-size: 16px;
    }
    #index2 .carousel-control-prev {
        left: -40px;
    }
    #index2 .carousel-control-next {
        right: -40px;
    }
    .netamountvalue {
        color: #00afe4;
        font-size: 16pt !important;
        font-weight: 300;
    }
    .pakageheadre1 .pakagename {
        font-size: 19pt;
        color: #4c697c;
    }
}
@media screen and (min-width: 1200px)  and (max-width: 1400px){
    .colItem{
        padding: 5px;
    }
    #index2 .col-xl-3.col-md-6.mb-5{
        padding-right: calc(var(--bs-gutter-x) * .0);
    }
    .pakageitemfooter .sbutton{
            padding: 10px 5px;
    }
}

@media screen and (min-width: 992px)  and (max-width: 1200px){
    .pakageitemfooter .sbutton{
        width: 100%;
    }
    .addonservicebtn{
        text-align: center;
    }
    .netamountvalue {
        color: #00afe4;
        font-size: 15pt !important;
        font-weight: 300;
    }
    .pakageheadre1 .pakagename {
        font-size: 19pt;
        color: #4c697c;
    }
}

@media screen and (min-width: 575px)  and (max-width: 768px){
    .pakageitemfooter .sbutton{
        width: 100%;
    }
    .addonservicebtn{
        text-align: center;
    }
}

@media screen and (max-width: 410px)  {
    .subtitle {
        font-size: 12pt;
    }
    .netamountvalue {
        color: #00afe4;
        font-size: 14pt !important;
        font-weight: 300;
    }
    .pakageheadre1 .pakagename {
        font-size: 19pt;
        color: #4c697c;
    }
}

#ERP-modulesaccodion .accordion-item{
    border-bottom: 1px solid #e5f3f9;
    margin-bottom: 15px;
}
#ERP-modulesaccodion .accordion-item:last-child{
    border-bottom: none;
}
#ERP-modulesaccodion .accoudiantitile .ERP-modulename{
    font-size: 20pt;
    /* margin-bottom: 15px; */
    color: #00afe4;
    font-weight: 300;
}
#ERP-modulesaccodion .ERP-discription{
    font-size: 14pt;
    margin-bottom: 15px;
    color: #4c697c;
    font-weight: 300;
    margin-top: 15px;
}
#ERP-modulesaccodion .accordion-body{
    padding: 0px;
    font-size: 11pt;
    color: #4c697c;
}
#ERP-modulesaccodion .accordion-body ul{
    border: 1px solid #ccc;
    list-style: none;
    padding: 15px;
    margin-top: 20px;
    border-radius: 10px;
}
#ERP-modulesaccodion .accordion-body ul li {
    font-size: 11pt;
    min-height: 35px;
    padding-left: 40px;
    position: relative;
    padding-bottom: 10px;
}
#ERP-modulesaccodion .accordion-body ul li::before{
    content: "";
    width: 23px;
    height: 23px;
    background: url(images/tick-mark-li.jpeg);
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    position: absolute;
    left: 0px;

}
#ERP-modulesaccodion .ERP-accodianbtn{
    font-size: 0pt;
    margin-bottom: 15px;
    color: #00afe4;
    font-weight: 300;
}
.totelcalculation-wraper {
    margin-top: 15px;
    border-top: 1px dashed #00afe4;
    padding-top: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #00afe4;
    padding-bottom: 15px;
    color: #4c697c;
    font-weight: 400px;
}
.row.totelprice, .row.taxamount, .row.saveamount{
    line-height: 35px;
    font-size: 14pt;
}
.netamountlabel{
    font-size: 16pt;
}
.netamountvalue{
    color: #00afe4;
    font-size: 20pt;
    font-weight: 300;
}
.coustom-control,  .coustom-control:focus{
    border: 1px solid #00afe4;
    min-height: 45px;
    margin-bottom: 15px;
    box-shadow: none;
}
 .coustom-control::placeholder {
    color: #c0bcb9;
    font-size: 13px;
  }

.promocodewrapper{
    display: flex;
}
.promocodewrapper .promocodeenter{
    border: none;
    background: transparent;
    padding: 0px;
    width: 150px;
    margin-top: -5px;
    color: #00afe4;
    font-size: 20px;
    font-weight: 500;
    padding-left: 5px;
}
.promocodewrapper .promocodeenter:focus{
    border: none;
    box-shadow: none;
}
.promocodewrapper .promocodeenter::-webkit-input-placeholder { /* Edge */
    color: #00afe4;
  }
  
  .promocodewrapper .promocodeenter:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #00afe4;
  }
  
  .promocodewrapper .promocodeenter::placeholder {
    color: #00afe4;
  }
  .submitbtn{
      background: #00afe4 ;
      width: 100%;
      color: #fff;
      border: none;
      padding: 10px;
      border-radius: 5px;
      font-size: 14pt;
  }
  .loginlink{
      text-align: center;
      padding-top: 25px;
      padding-bottom: 15px;
      font-size: 13pt;
  }
  .loginlink a{
      color: #00afe4;
      text-decoration: none;
      font-weight: 500;
  }
  span.border-end.country-code.px-2 {
    position: absolute;
    line-height: 45px;
    width: 70px;
    background: url(images/downarrow.jpeg);
    background-size: 12px;
    background-position: right;
    background-repeat: no-repeat;
}
.leftpadding75{
    padding-left: 75px;
}
.leftpadding55{
    padding-left: 65px;
}
#emailinput{
    background: url(images/emial.jpeg);
    background-size: 35px;
    background-position: 15px;
    background-repeat: no-repeat;

}

::placeholder {
    color: #afafaf !important;
    font-size: 13px;
  }
  .accordion-arrow{
      cursor: pointer;
  }